-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update BigInt compactibility of mobile browsers #5613
Conversation
Android*: 81 -> 67 Chrome: 85 -> 67 Firefox: 79 -> 68 Opera Mobile*: 46 -> 48 Samsung Internet: 9.2 -> 9.0 Source: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#Browser_compatibility * Here, I presume "Opera Mobile" is for Android and "Android Browser" is "Android Webview". Correct me if I am wrong! :-)
Hi there, and welcome to Caniuse :) Caniuse does not work in the same way as MDN does. When (for example) Firefox 79 is marked If you, like me, think Caniuse should be tracking older versions of mobile browsers, i suggest creating an issue for it or voting for an existing one, like #3518 Specifically when it comes to Opera Mobile, @Fyrd is currently working on updating the tracked version to By the way, your presumption is correct 👍 |
:-)
I take first version marked as "yes" for a feature as the first version of that browser to support it. When someone checks compatibility table, I think that's what they would expect too. So wouldn't this just confuse users? Is there a specific reason for this?
I didn't connect that to this.
I am confused. Are we tracking whether specific versions support a feature or not? As opposed to how MDN does - tracking the first version to support a feature? Is that how it is?
Okay. I will remove them later. |
Yes, exactly.
I think that's a great point, and i suggest that you add it to the discussion in #3518 or somewhere else in the issues section.
In order to not scatter this discussion across different PR's and Issues, please go to #3518 and read Fyrd's explanation and ask additional questions there :) |
Caniuse has been updated to track Opera Mobile v59 now. |
Updated. |
Awesome, thanks :) |
Thanks! (and thanks @atjn for the explanations!) |
Edit: This PR updates Opera Mobile BigInt support,
n
->y
.Android*: 81 -> 67Chrome: 85 -> 67Firefox: 79 -> 68Opera Mobile*: 46 -> 48Samsung Internet: 9.2 -> 9.0Source: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#Browser_compatibility